home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 2 / ACE CD 2.iso / FILES / UTILS / AMOSPRO5.DMS / in.adf / Equates / Editor_Commands.AMOS / Editor_Commands.amosSourceCode
Encoding:
AMOS Source Code  |  1993-03-10  |  514 b   |  22 lines

  1. ' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2. ' AMOSPro Editor Commands Documentation  
  3. '
  4. ' By Fran�ois Lionet 
  5. ' (c) Europress Software 1992
  6. '
  7. ' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  8. Screen Close 0
  9.  
  10. ' Documentation file 
  11. _DOC$="AMOSPro_Productivity1:Equates/Editor_Commands.Doc"
  12.  
  13. ' Display the hyper text 
  14. ' ~~~~~~~~~~~~~~~~~~~~~~ 
  15. Trap Read Text _DOC$
  16. If Errtrap
  17.    Print "Cannot load information file."
  18.    Print "Press any key."
  19.    Wait Key 
  20. End If 
  21.  
  22. Edit